Skip to content

Commit cbfa881

Browse files
chore: refer to pinned version of action (#18)
* chore: refer to pinned version of action * fix: allow commit sha
1 parent 0ceff01 commit cbfa881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actions-allow-list.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Deploy GitHub Actions allow list
5555
if: github.event_name != 'pull_request'
56-
uses: ActionsDesk/[email protected]
56+
uses: ActionsDesk/github-actions-allow-list-as-code-action@013d3b0b014f3a7656c5b0a28c00fe8c7e41b5e3 # v3.1.0
5757
with:
5858
token: ${{ steps.app-token.outputs.token }}
5959
organization: ${{ github.repository_owner }}

github-actions-allow-list.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
actions:
2-
- actionsdesk/github-actions-allow-list-as-code-action@v*
2+
- actionsdesk/github-actions-allow-list-as-code-action@*
33
- joshjohanning/*
44
- azure/*
55
- docker/*

0 commit comments

Comments
 (0)