Commit 1c7b889 1 parent 0c7b287 commit 1c7b889 Copy full SHA for 1c7b889
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
ref : ${{ github.event.pull_request.head.sha }}
19
19
- name : Create backport PRs
20
- uses : korthout/backport-action@ef20d86abccbac3ee3a73cb2efbdc06344c390e5 # v2.5.0
20
+ uses : korthout/backport-action@bd410d37cdcae80be6d969823ff5a225fe5c833f # v3.0.2
21
21
# xref: https://github.com/korthout/backport-action#inputs
22
22
with :
23
23
# Use token to allow workflows to be triggered for the created PR
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
47
47
id : buildx
48
48
uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
49
49
- name : Login to GitHub Container Registry
50
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
50
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
51
51
with :
52
52
registry : ghcr.io
53
53
username : fluxcdbot
54
54
password : ${{ secrets.GHCR_TOKEN }}
55
55
- name : Login to Docker Hub
56
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
56
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
57
57
with :
58
58
username : fluxcdbot
59
59
password : ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ jobs:
40
40
**/go.sum
41
41
**/go.mod
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
43
+ uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
44
44
with :
45
45
languages : go
46
46
# 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
47
47
# xref: https://codeql.github.com/codeql-query-help/go/
48
48
queries : security-and-quality
49
49
- name : Autobuild
50
- uses : github/codeql-action/autobuild@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
50
+ uses : github/codeql-action/autobuild@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
51
51
- name : Perform CodeQL Analysis
52
- uses : github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
52
+ uses : github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
You can’t perform that action at this time.
0 commit comments