Skip to content

Commit 6d2c6ec

Browse files
Align files (#763)
Co-authored-by: github-actions <action@github.com>
1 parent d0c5e22 commit 6d2c6ec

7 files changed

+22
-22
lines changed

.github/workflows/zz_generated.add-team-labels.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
-O artifacts/users.yaml \
1717
https://raw.githubusercontent.com/giantswarm/github/main/tools/issue-automation/user-mapping.yaml
1818
- name: Upload Artifact
19-
uses: actions/upload-artifact@v4
19+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
2020
with:
2121
name: users
2222
path: artifacts/users.yaml
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
needs: build_user_list
2929
steps:
30-
- uses: actions/download-artifact@v4
30+
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
3131
id: download-users
3232
with:
3333
name: users
@@ -46,7 +46,7 @@ jobs:
4646
echo "EOF" >> $GITHUB_ENV
4747
- name: Apply label to issue
4848
if: ${{ env.LABEL != '' && env.LABEL != 'null' && env.LABEL != null }}
49-
uses: actions-ecosystem/action-add-labels@v1
49+
uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.3
5050
with:
5151
github_token: ${{ secrets.ISSUE_AUTOMATION }}
5252
labels: |

.github/workflows/zz_generated.add-to-project-board.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
-O artifacts/users.yaml \
1919
https://raw.githubusercontent.com/giantswarm/github/main/tools/issue-automation/user-mapping.yaml
2020
- name: Upload Artifact
21-
uses: actions/upload-artifact@v4
21+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
2222
with:
2323
name: users
2424
path: artifacts/users.yaml
@@ -30,7 +30,7 @@ jobs:
3030
-O artifacts/labels.yaml \
3131
https://raw.githubusercontent.com/giantswarm/github/main/tools/issue-automation/label-mapping.yaml
3232
- name: Upload Artifact
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
3434
with:
3535
name: labels
3636
path: artifacts/labels.yaml
@@ -42,7 +42,7 @@ jobs:
4242
needs: build_user_list
4343
if: github.event.action == 'assigned'
4444
steps:
45-
- uses: actions/download-artifact@v4
45+
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
4646
id: download-users
4747
with:
4848
name: users
@@ -57,7 +57,7 @@ jobs:
5757
echo "BOARD=${BOARD}" >> $GITHUB_ENV
5858
- name: Add issue to personal board
5959
if: ${{ env.BOARD != 'null' && env.BOARD != '' && env.BOARD != null }}
60-
uses: actions/add-to-project@main
60+
uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 # v1.0.1
6161
with:
6262
project-url: ${{ env.BOARD }}
6363
github-token: ${{ secrets.ISSUE_AUTOMATION }}
@@ -68,7 +68,7 @@ jobs:
6868
needs: build_user_list
6969
if: github.event.action == 'labeled'
7070
steps:
71-
- uses: actions/download-artifact@v4
71+
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
7272
id: download-labels
7373
with:
7474
name: labels
@@ -83,7 +83,7 @@ jobs:
8383
echo "BOARD=${BOARD}" >> $GITHUB_ENV
8484
- name: Add issue to team board
8585
if: ${{ env.BOARD != 'null' && env.BOARD != '' && env.BOARD != null }}
86-
uses: actions/add-to-project@main
86+
uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 # v1.0.1
8787
with:
8888
project-url: ${{ env.BOARD }}
8989
github-token: ${{ secrets.ISSUE_AUTOMATION }}

.github/workflows/zz_generated.create_release.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# devctl
44
#
5-
# https://github.com/giantswarm/devctl/blob/7a2bb1c2403407b720ec16e047f804471a57209e/pkg/gen/input/workflows/internal/file/create_release.yaml.template
5+
# https://github.com/giantswarm/devctl/blob/1a381db95a01773e471818a4ce56ad16ad5d6111/pkg/gen/input/workflows/internal/file/create_release.yaml.template
66
#
77
name: Create Release
88
on:
@@ -54,7 +54,7 @@ jobs:
5454
echo "version=${version}" >> $GITHUB_OUTPUT
5555
- name: Checkout code
5656
if: ${{ steps.get_version.outputs.version != '' }}
57-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
57+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5858
- name: Get project.go path
5959
id: get_project_go_path
6060
if: ${{ steps.get_version.outputs.version != '' }}
@@ -103,7 +103,7 @@ jobs:
103103
tarball_binary_path: "*/src/${binary}"
104104
smoke_test: "${binary} --version"
105105
- name: Checkout code
106-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
106+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
107107
- name: Update project.go
108108
id: update_project_go
109109
env:
@@ -163,7 +163,7 @@ jobs:
163163
upload_url: ${{ steps.create_gh_release.outputs.upload_url }}
164164
steps:
165165
- name: Checkout code
166-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
166+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
167167
with:
168168
ref: ${{ github.sha }}
169169
- name: Ensure correct version in project.go
@@ -216,7 +216,7 @@ jobs:
216216
tarball_binary_path: "*/src/${binary}"
217217
smoke_test: "${binary} --version"
218218
- name: Check out the repository
219-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
219+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
220220
with:
221221
fetch-depth: 0 # Clone the whole history, not just the most recent commit.
222222
- name: Fetch all tags and branches

.github/workflows/zz_generated.create_release_pr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# devctl
44
#
5-
# https://github.com/giantswarm/devctl/blob/7a2bb1c2403407b720ec16e047f804471a57209e/pkg/gen/input/workflows/internal/file/create_release_pr.yaml.template
5+
# https://github.com/giantswarm/devctl/blob/1a381db95a01773e471818a4ce56ad16ad5d6111/pkg/gen/input/workflows/internal/file/create_release_pr.yaml.template
66
#
77
name: Create Release PR
88
on:
@@ -154,7 +154,7 @@ jobs:
154154
binary: "architect"
155155
version: "6.11.0"
156156
- name: Checkout code
157-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
157+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
158158
with:
159159
ref: ${{ needs.gather_facts.outputs.branch }}
160160
- name: Prepare release changes

.github/workflows/zz_generated.gitleaks.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# devctl
44
#
5-
# https://github.com/giantswarm/devctl/blob/7a2bb1c2403407b720ec16e047f804471a57209e/pkg/gen/input/workflows/internal/file/gitleaks.yaml.template
5+
# https://github.com/giantswarm/devctl/blob/1a381db95a01773e471818a4ce56ad16ad5d6111/pkg/gen/input/workflows/internal/file/gitleaks.yaml.template
66
#
77
name: gitleaks
88

@@ -12,7 +12,7 @@ jobs:
1212
gitleaks:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
15+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616
with:
1717
fetch-depth: '0'
1818
- name: gitleaks-action

.github/workflows/zz_generated.run_ossf_scorecard.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# devctl
44
#
5-
# https://github.com/giantswarm/devctl/blob/7a2bb1c2403407b720ec16e047f804471a57209e/pkg/gen/input/workflows/internal/file/run_ossf_scorecard.yaml.template
5+
# https://github.com/giantswarm/devctl/blob/0773061f94d5eac8a0e5b8f253bc15cc35a34066/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
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: "Checkout code"
43-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
43+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4444
with:
4545
persist-credentials: false
4646

@@ -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@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
78+
uses: github/codeql-action/upload-sarif@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3.25.9
7979
with:
8080
sarif_file: results.sarif

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# devctl
44
#
5-
# https://github.com/giantswarm/devctl/blob/7a2bb1c2403407b720ec16e047f804471a57209e/pkg/gen/input/makefile/internal/file/Makefile.template
5+
# https://github.com/giantswarm/devctl/blob/6a704f7e2a8b0f09e82b5bab88f17971af849711/pkg/gen/input/makefile/internal/file/Makefile.template
66
#
77

88
include Makefile.*.mk

0 commit comments

Comments
 (0)