Skip to content

Commit 1dfa220

Browse files
🌱 Update github-actions group (#20)
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------- | | github-tags | lycheeverse/lychee-action | v1.9.3 | v1.10.0 | Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Co-authored-by: Michal Gubricky <[email protected]>
1 parent ead6eed commit 1dfa220

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/actions/setup-go/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ runs:
1515
echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
1616
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
1717
- name: Go Mod Cache
18-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
18+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
1919
with:
2020
path: ${{ steps.go-cache-paths.outputs.go-mod }}
2121
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
2222
restore-keys: |
2323
${{ runner.os }}-go-mod-
2424
- name: Go Build Cache
25-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
25+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
2626
with:
2727
path: ${{ steps.go-cache-paths.outputs.go-build }}
2828
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1515
with:
1616
fetch-depth: 0
1717
- uses: ./.github/actions/setup-go

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
done
4040
4141
- name: Generate Token
42-
uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1
42+
uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1
4343
id: generate-token
4444
with:
4545
app-id: ${{ secrets.SCS_APP_ID }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
goreleaser:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1717
with:
1818
fetch-depth: 0
1919
- run: git fetch --force --tags
20-
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
20+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2121
with:
2222
go-version: stable
2323

24-
- uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5
24+
- uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5
2525
with:
2626
distribution: goreleaser
2727
version: latest

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1515

1616
- name: Generate Token
17-
uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1
17+
uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1
1818
id: generate-token
1919
with:
2020
app-id: ${{ secrets.SCS_APP_ID }}
2121
private-key: ${{ secrets.SCS_APP_PRIVATE_KEY }}
2222

2323
- name: Link Checker
24-
uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a # v1.9.3
24+
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.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
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3434

3535
- name: Generate Token
36-
uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1
36+
uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1
3737
id: generate-token
3838
with:
3939
app-id: ${{ secrets.SCS_APP_ID }}

0 commit comments

Comments
 (0)