Skip to content

Commit 8e068ed

Browse files
🌱 Update github-actions group
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | actions/checkout | v6.0.2 | v6.1.0 | | github-tags | actions/checkout | v4.3.1 | v4.4.0 | | github-tags | lycheeverse/lychee-action | v2.7.0 | v2.9.0 |
1 parent 66dc97a commit 8e068ed

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/builder-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
17+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
1818

1919
- name: Set up Docker Buildx
2020
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
2121

2222
- name: Login to Docker Hub
23-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
23+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
2424
with:
2525
registry: ghcr.io
2626
username: sovereigncloudstack
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Build and push
30-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
30+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
3131
with:
3232
file: ./images/builder/Dockerfile
3333
context: ./images/builder

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
password: ${{ secrets.github_token }}
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
28+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
2929
with:
3030
ref: ${{ github.event.pull_request.head.sha }}
3131

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
goreleaser:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
16+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
1717
with:
1818
fetch-depth: 0
1919
- run: git fetch --force --tags

.github/workflows/schedule-link-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository == 'SovereignCloudStack/csctl'
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
14+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
1515

1616
- name: Generate Token
1717
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
@@ -21,7 +21,7 @@ jobs:
2121
private_key: ${{ secrets.SCS_APP_PRIVATE_KEY }}
2222

2323
- name: Link Checker
24-
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
24+
uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2.9.0
2525
id: lychee
2626
env:
2727
GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}"

.github/workflows/schedule-update-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
33+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
3434

3535
- name: Generate Token
3636
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2

.github/workflows/verifier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
1818
with:
1919
persist-credentials: false
2020

0 commit comments

Comments
 (0)