We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3792b commit bf3ac6dCopy full SHA for bf3ac6d
.github/workflows/slack-lite.yml
@@ -119,7 +119,7 @@ jobs:
119
f.write("payload={}".format(json.dumps(payload)))
120
121
- name: Post Slack message
122
- uses: slackapi/slack-github-action@v2.0.0
+ uses: slackapi/slack-github-action@v2.1.0
123
with:
124
method: chat.postMessage
125
token: ${{ secrets.SLACK_BOT_TOKEN }}
.github/workflows/update-specs.yml
@@ -31,7 +31,7 @@ jobs:
31
"pull_requests": "write"
32
}
33
34
- - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
+ - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
35
36
registry: ghcr.io
37
username: ${{ github.actor }}
0 commit comments