File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# devctl
4
4
#
5
- # https://github.com/giantswarm/devctl/blob/4460c761238f42b86238478267338d8e2a74d901 /pkg/gen/input/workflows/internal/file/fix_vulnerabilities.yaml.template
5
+ # https://github.com/giantswarm/devctl/blob/c1b16989bf49dfec3938304f370ac314ebe17c65 /pkg/gen/input/workflows/internal/file/fix_vulnerabilities.yaml.template
6
6
#
7
7
name : Fix Vulnerabilities
8
8
on :
61
61
steps :
62
62
- name : Generate a token
63
63
id : generate_token
64
- uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
64
+ uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
65
65
with :
66
66
app-id : ${{ secrets.HERALD_APP_ID }}
67
67
private-key : ${{ secrets.HERALD_APP_KEY }}
79
79
git checkout -b "${branch}"
80
80
git pull origin "${branch}" || true
81
81
- name : Run nancy-fixer fix
82
- uses : docker://gsoci.azurecr.io/giantswarm/nancy-fixer:0.4.4
82
+ uses : docker://gsoci.azurecr.io/giantswarm/nancy-fixer:0.5.0
83
83
timeout-minutes : 20
84
84
- name : Set up git identity
85
85
run : |
Original file line number Diff line number Diff line change 2
2
#
3
3
# devctl
4
4
#
5
- # https://github.com/giantswarm/devctl/blob/f2b5cf71dfa175afa70f721eca503072d0e7d4c4 /pkg/gen/input/workflows/internal/file/gitleaks.yaml.template
5
+ # https://github.com/giantswarm/devctl/blob/514b1ba81e42eccaed3cea986fe7ec70e5033bb7 /pkg/gen/input/workflows/internal/file/gitleaks.yaml.template
6
6
#
7
7
name : gitleaks
8
8
16
16
with :
17
17
fetch-depth : ' 0'
18
18
- name : gitleaks-action
19
- uses : giantswarm/gitleaks-action@main
19
+ uses : giantswarm/gitleaks-action@867a11ebfc8f614779675c29d5e98bbb228dea95 # main
Original file line number Diff line number Diff line change 2
2
#
3
3
# devctl
4
4
#
5
- # https://github.com/giantswarm/devctl/blob/f2b5cf71dfa175afa70f721eca503072d0e7d4c4 /pkg/gen/input/workflows/internal/file/run_ossf_scorecard.yaml.template
5
+ # https://github.com/giantswarm/devctl/blob/de423b259314ab8af8152bc058ccf66b31040970 /pkg/gen/input/workflows/internal/file/run_ossf_scorecard.yaml.template
6
6
#
7
7
8
8
# This workflow uses actions that are not certified by GitHub. They are provided
75
75
76
76
# Upload the results to GitHub's code scanning dashboard.
77
77
- name : " Upload to code-scanning"
78
- uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
78
+ uses : github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
79
79
with :
80
80
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments