We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e85ec commit c85220cCopy full SHA for c85220c
‎.github/workflows/Action-Test.yml‎
@@ -33,7 +33,7 @@ jobs:
33
fetch-depth: 0
34
35
- name: Upload module artifact
36
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
37
with:
38
name: module
39
path: tests/srcTestRepo/outputs/module
@@ -61,7 +61,7 @@ jobs:
61
WorkingDirectory: tests/srcTestRepo
62
63
- name: Lint documentation
64
- uses: super-linter/super-linter/slim@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
+ uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
65
env:
66
GITHUB_TOKEN: ${{ github.token }}
67
VALIDATE_MARKDOWN: true
0 commit comments