diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 839e111..059383a 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -13,14 +13,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: go - run: make - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 75d9f95..cde08be 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -18,7 +18,7 @@ jobs: steps: - name: 'Collect Workflow Telemetry' - uses: catchpoint/workflow-telemetry-action@v1 + uses: catchpoint/workflow-telemetry-action@v2 env: GITHUB_TOKEN: "" with: @@ -28,17 +28,17 @@ jobs: theme: dark - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: stable id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3c2085b..dcd8fe6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,13 +15,13 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: stable id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install make (Windows) if: runner.os == 'Windows' @@ -49,13 +49,13 @@ jobs: os: [ubuntu-latest] steps: - name: Set up Go 1.x - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: stable id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Docker Build run: make docker diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de4bc49..1612953 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Load Release URL File from release job uses: actions/download-artifact@v4 @@ -139,7 +139,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Docker run: make docker diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 2969118..892f60e 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -108,7 +108,7 @@ GEM activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.8.0) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) jekyll (3.10.0) addressable (~> 2.4) @@ -253,8 +253,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.5) - strscan + rexml (3.3.9) rouge (3.30.0) rubyzip (2.3.2) safe_yaml (1.0.5) @@ -268,7 +267,6 @@ GEM faraday (>= 0.17.3, < 3) securerandom (0.3.1) simpleidn (0.2.3) - strscan (3.1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) typhoeus (1.4.1) @@ -277,7 +275,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) uri (0.13.0) - webrick (1.8.1) + webrick (1.9.0) PLATFORMS universal-darwin-20 @@ -291,7 +289,7 @@ DEPENDENCIES jekyll-feed (~> 0.12) tzinfo (~> 2.0) tzinfo-data - wdm (~> 0.1.1) + wdm (~> 0.2.0) BUNDLED WITH 2.2.17