Skip to content

Commit e21d7e6

Browse files
Align files (#133)
Co-authored-by: github-actions <[email protected]>
1 parent 38f8fc5 commit e21d7e6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/zz_generated.fix_vulnerabilities.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# devctl
44
#
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
66
#
77
name: Fix Vulnerabilities
88
on:
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- name: Generate a token
6363
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
6565
with:
6666
app-id: ${{ secrets.HERALD_APP_ID }}
6767
private-key: ${{ secrets.HERALD_APP_KEY }}
@@ -79,7 +79,7 @@ jobs:
7979
git checkout -b "${branch}"
8080
git pull origin "${branch}" || true
8181
- 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
8383
timeout-minutes: 20
8484
- name: Set up git identity
8585
run: |

.github/workflows/zz_generated.gitleaks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# devctl
44
#
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
66
#
77
name: gitleaks
88

@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
fetch-depth: '0'
1818
- name: gitleaks-action
19-
uses: giantswarm/gitleaks-action@main
19+
uses: giantswarm/gitleaks-action@867a11ebfc8f614779675c29d5e98bbb228dea95 # main

.github/workflows/zz_generated.run_ossf_scorecard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# devctl
44
#
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
66
#
77

88
# This workflow uses actions that are not certified by GitHub. They are provided
@@ -75,6 +75,6 @@ jobs:
7575

7676
# Upload the results to GitHub's code scanning dashboard.
7777
- 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
7979
with:
8080
sarif_file: results.sarif

0 commit comments

Comments
 (0)