We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f777d commit ce8b431Copy full SHA for ce8b431
1 file changed
.github/workflows/01-hello-world.yaml
@@ -14,5 +14,6 @@ jobs:
14
runs-on: ubuntu-24.04
15
steps:
16
- uses: actions/hello-world-javascript-action@e76147da8e5c81eaf017dede5645551d4b94427b # v1.2.3
17
+ # - uses: actions/hello-world-javascript-action@v1 # This would work, but it would be less stable and less secure:
18
with:
19
who-to-greet: "from an action in the GitHub Action marketplace! 👋"
0 commit comments