Skip to content

Commit 2a70c0a

Browse files
authored
Update checkout action to specific commit
Updated actions/checkout to a specific commit hash.
1 parent 6ae5622 commit 2a70c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aur-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818

1919
- name: Get version from pubspec
2020
id: get_version
@@ -87,4 +87,4 @@ jobs:
8787
commit_username: ${{ secrets.AUR_USERNAME }}
8888
commit_email: ${{ secrets.AUR_EMAIL }}
8989
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
90-
commit_message: "Update to version ${{ steps.get_version.outputs.version }}"
90+
commit_message: "Update to version ${{ steps.get_version.outputs.version }}"

0 commit comments

Comments
 (0)