chore(ci): update GitHub Actions workflow dependencies to latest versions (#78)

This commit is contained in:
2025-03-19 17:26:36 +02:00
committed by GitHub
parent 55f7471ea2
commit eb085adfe2
26 changed files with 52 additions and 52 deletions

View File

@@ -106,7 +106,7 @@ runs:
done
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ${{ inputs.go-version }}
cache: true
@@ -114,7 +114,7 @@ runs:
- name: Set up Cache
id: cache
if: inputs.cache == 'true'
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: |
~/.cache/golangci-lint
@@ -266,7 +266,7 @@ runs:
- name: Upload Lint Results
if: always() && inputs.report-format == 'sarif'
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
with:
sarif_file: ${{ inputs.working-directory }}/reports/golangci-lint.sarif
category: golangci-lint