We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c478e45 commit f8c2cccCopy full SHA for f8c2ccc
.github/workflows/analyze-code-ghsl.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
fetch-depth: 0
24
- name: "Analyze Repository"
25
- uses: "github/super-linter@v4.9.4"
+ uses: "github/super-linter@v4.9.6"
26
env:
27
DISABLE_ERRORS: "true"
28
GITHUB_TOKEN: "${{github.token}}"
.github/workflows/announce-new-release-discord.yml
@@ -8,7 +8,7 @@ jobs:
8
name: "Announce New Release - Discord"
9
runs-on: "ubuntu-latest"
10
steps:
11
- - uses: "hugoalh/send-discord-webhook-ghaction@v4.2.2"
+ - uses: "hugoalh/send-discord-webhook-ghaction/use-nodejs@v4.2.3"
12
13
key: "${{secrets.DISCORD_HXHS_PROJECTNEWRELEASEANNOUNCER_WEBHOOK}}"
14
payload: |
0 commit comments