Skip to content

Commit 8b406fd

Browse files
julian-rischclaude
andcommitted
chore: pin Actions in scaffolding template to specific commit SHAs
Update the workflow template used when creating new integrations to use pinned commit SHAs instead of mutable tags. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f2198da commit 8b406fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/utils/templates/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
working-directory: .
4040
run: git config --system core.longpaths true
4141

42-
- uses: actions/checkout@v6
42+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343

4444
- name: Set up Python ${{ matrix.python-version }}
45-
uses: actions/setup-python@v6
45+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848

@@ -74,6 +74,6 @@ jobs:
7474
if: failure() && github.event_name == 'schedule'
7575
runs-on: ubuntu-slim
7676
steps:
77-
- uses: deepset-ai/notify-slack-action@v1
77+
- uses: deepset-ai/notify-slack-action@3cda73b77a148f16f703274198e7771340cf862b # v1
7878
with:
7979
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL_NOTIFICATIONS }}

0 commit comments

Comments
 (0)