File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3939 with :
4040 persist-credentials : false
4141
42- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
42+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4343 with :
4444 path : ~/go/pkg/mod
4545 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -105,7 +105,7 @@ jobs:
105105 - name : Show Rust version
106106 run : cargo --version
107107
108- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
108+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
109109 with :
110110 name : sops-${{ matrix.go-version }}-linux-amd64-${{ github.sha }}
111111
Original file line number Diff line number Diff line change 3535
3636 # Initializes the CodeQL tools for scanning.
3737 - name : Initialize CodeQL
38- uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
38+ uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
3939 with :
4040 languages : go
4141 # xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
5252 make install
5353
5454 - name : Perform CodeQL Analysis
55- uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
55+ uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
5656 with :
5757 category : " /language:go"
Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ jobs:
4949 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
5050
5151 - name : Login to GitHub Container Registry
52- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
52+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
5353 with :
5454 registry : ghcr.io
5555 username : ${{ github.actor }}
5656 password : ${{ secrets.GITHUB_TOKEN }}
5757
5858 - name : Login to Quay.io
59- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
59+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
6060 with :
6161 registry : quay.io
6262 username : ${{ secrets.QUAY_BOT_USERNAME }}
You can’t perform that action at this time.
0 commit comments