Skip to content

Commit 7bda72c

Browse files
revert: remove copyright-check.yml changes from trufflehog PR
copyright-check.yml action pinning belongs in PR #43 only. Keep each PR to a single workflow file. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 516c278 commit 7bda72c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/copyright-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414

1515
steps:
1616
- name: Checkout PR head
17-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
17+
uses: actions/checkout@v4
1818
with:
1919
ref: ${{ github.event.pull_request.head.sha }}
2020
path: target-repo
2121
persist-credentials: false
2222

2323
- name: Checkout pr-workflows repo
24-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
24+
uses: actions/checkout@v4
2525
with:
2626
repository: ${{ github.repository_owner }}/pr-workflows
2727
ref: main
@@ -47,7 +47,7 @@ jobs:
4747
echo "config-file=$cfg" >> $GITHUB_OUTPUT
4848
4949
- name: Set up Python
50-
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
50+
uses: actions/setup-python@v4
5151
with:
5252
python-version: '3.11'
5353

0 commit comments

Comments
 (0)