We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6271e commit 48d4740Copy full SHA for 48d4740
1 file changed
.github/workflows/publish.yaml
@@ -12,12 +12,12 @@ jobs:
12
timeout-minutes: 10
13
steps:
14
- name: Checkout repo
15
- uses: actions/checkout@v3
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16
with:
17
fetch-depth: 0
18
19
- name: Publish AUR package
20
- uses: KSXGitHub/github-actions-deploy-aur@v2.5.0
+ uses: KSXGitHub/github-actions-deploy-aur@abe8ac26b51011c88be58c8809fd2ac674068ea5 # v4.1.2
21
22
pkgname: code-server
23
pkgbuild: ./PKGBUILD
0 commit comments