Skip to content

Commit f8c2ccc

Browse files
committed
Update workflow
1 parent c478e45 commit f8c2ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/analyze-code-ghsl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
- name: "Analyze Repository"
25-
uses: "github/[email protected].4"
25+
uses: "github/[email protected].6"
2626
env:
2727
DISABLE_ERRORS: "true"
2828
GITHUB_TOKEN: "${{github.token}}"

.github/workflows/announce-new-release-discord.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: "Announce New Release - Discord"
99
runs-on: "ubuntu-latest"
1010
steps:
11-
- uses: "hugoalh/[email protected].2"
11+
- uses: "hugoalh/send-discord-webhook-ghaction/use-nodejs@v4.2.3"
1212
with:
1313
key: "${{secrets.DISCORD_HXHS_PROJECTNEWRELEASEANNOUNCER_WEBHOOK}}"
1414
payload: |

0 commit comments

Comments
 (0)