File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
36
+ uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
37
37
with :
38
38
languages : go
39
39
# 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
48
48
run : make install
49
49
50
50
- name : Perform CodeQL Analysis
51
- uses : github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
51
+ uses : github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
52
52
with :
53
53
category : " /language:go"
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
48
48
uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
49
49
50
50
- name : Login to GitHub Container Registry
51
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
51
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
52
52
with :
53
53
registry : ghcr.io
54
54
username : ${{ github.actor }}
55
55
password : ${{ secrets.GITHUB_TOKEN }}
56
56
57
57
- name : Login to Quay.io
58
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
58
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
59
59
with :
60
60
registry : quay.io
61
61
username : ${{ secrets.QUAY_BOT_USERNAME }}
You can’t perform that action at this time.
0 commit comments