Skip to content

Commit 9b4bc0c

Browse files
chore: align files according to platform standards (#124)
Co-authored-by: giantswarm-align-files[bot] <288255335+giantswarm-align-files[bot]@users.noreply.github.com>
1 parent 21b1c1b commit 9b4bc0c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
| jq -r '.content' \
2222
| base64 -d > artifacts/users.yaml
2323
- name: Upload Artifact
24-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
24+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2525
with:
2626
name: users
2727
path: artifacts/users.yaml
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
needs: build_user_list
3434
steps:
35-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
35+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
3636
id: download-users
3737
with:
3838
name: users
@@ -51,7 +51,7 @@ jobs:
5151
echo "EOF" >> $GITHUB_ENV
5252
- name: Apply label to issue
5353
if: ${{ env.LABEL != '' && env.LABEL != 'null' && env.LABEL != null }}
54-
uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.3
54+
uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3
5555
with:
5656
github_token: ${{ secrets.ISSUE_AUTOMATION }}
5757
labels: |

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
| jq -r '.content' \
2424
| base64 -d > artifacts/users.yaml
2525
- name: Upload Artifact
26-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
26+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2727
with:
2828
name: users
2929
path: artifacts/users.yaml
@@ -38,7 +38,7 @@ jobs:
3838
| jq -r '.content' \
3939
| base64 -d > artifacts/labels.yaml
4040
- name: Upload Artifact
41-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
41+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4242
with:
4343
name: labels
4444
path: artifacts/labels.yaml
@@ -50,7 +50,7 @@ jobs:
5050
needs: build_user_list
5151
if: github.event.action == 'assigned'
5252
steps:
53-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
53+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5454
id: download-users
5555
with:
5656
name: users
@@ -65,7 +65,7 @@ jobs:
6565
echo "BOARD=${BOARD}" >> $GITHUB_ENV
6666
- name: Add issue to personal board
6767
if: ${{ env.BOARD != 'null' && env.BOARD != '' && env.BOARD != null }}
68-
uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 # v1.0.1
68+
uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0
6969
with:
7070
project-url: ${{ env.BOARD }}
7171
github-token: ${{ secrets.ISSUE_AUTOMATION }}
@@ -76,7 +76,7 @@ jobs:
7676
needs: build_user_list
7777
if: github.event.action == 'labeled'
7878
steps:
79-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
79+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8080
id: download-labels
8181
with:
8282
name: labels
@@ -91,7 +91,7 @@ jobs:
9191
echo "BOARD=${BOARD}" >> $GITHUB_ENV
9292
- name: Add issue to team board
9393
if: ${{ env.BOARD != 'null' && env.BOARD != '' && env.BOARD != null }}
94-
uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 # v1.0.1
94+
uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0
9595
with:
9696
project-url: ${{ env.BOARD }}
9797
github-token: ${{ secrets.ISSUE_AUTOMATION }}

0 commit comments

Comments
 (0)