From 1cade8684f3b6b58ddd2e2e2b01373eff01f7084 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:44:39 +0000 Subject: [PATCH] =?UTF-8?q?build(github-actions):=20=F0=9F=93=A6=20major?= =?UTF-8?q?=20github-actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 8 ++++---- .github/workflows/scan.yml | 8 ++++---- .github/workflows/stale.yml | 2 +- .github/workflows/test.yml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a019910..590846f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: # https://github.com/magnetikonline/action-golang-cache - name: Setup Golang with cache - uses: magnetikonline/action-golang-cache@797f193169d3c8ba6f60d90f50ecdadd2583fbd8 # tag=v3 + uses: magnetikonline/action-golang-cache@fcca93e25c7fe3943de4d40c22d255d17f63e63b # v5 with: go-version-file: go.mod - name: set-aqua-policy-if-file-exists @@ -37,17 +37,17 @@ jobs: AQUA_LOG_LEVEL: debug - name: mage-tidy - uses: magefile/mage-action@a3d5bb52942181c125118a2be4b4664c3337aef6 # v2 + uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3 with: version: latest args: init - name: docker-login - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3 with: username: ${{ secrets.DSV_DOCKER_USERNAME }} password: ${{ secrets.DSV_DOCKER_PASSWORD }} - name: mage-release - uses: magefile/mage-action@a3d5bb52942181c125118a2be4b4664c3337aef6 # v2 + uses: magefile/mage-action@6a5dcb5fe61f43d7c08a98bc3cf9bc63c308c08e # v3 with: version: latest args: release diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 5eb3627..689207e 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -42,7 +42,7 @@ jobs: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH # no pinning of github managed action - name: Setup Golang caches - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ${HOME}/.cache/go-build @@ -76,7 +76,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@89036746af0bb9507d6f90289b0d5b97d5f44c0c # v2 + uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -89,7 +89,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@89036746af0bb9507d6f90289b0d5b97d5f44c0c # v2 + uses: github/codeql-action/autobuild@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3 # â„šī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -101,6 +101,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@89036746af0bb9507d6f90289b0d5b97d5f44c0c # v2 + uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3 with: category: '/language:${{matrix.language}}' diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d5908aa..ca8c8d6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: # Config Options: https://github.com/actions/stale#list-of-input-options - - uses: actions/stale@5ebf00ea0e4c1561e9b43a292ed34424fb1d4578 # tag=v6 + - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 with: days-before-stale: 14 days-before-close: 5 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4761969..1aac805 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,7 @@ jobs: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH # no pinning of github managed action - name: Setup Golang caches - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ${HOME}/.cache/go-build @@ -80,6 +80,6 @@ jobs: GOTEST_DISABLE_RACE: 1 # GOTEST_FLAGS: '${{ inputs.gotestflags }}' - - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 + - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 with: fail_ci_if_error: false