Skip to content

Commit 3c09bfa

Browse files
committed
Pin all actions.
1 parent 41cf6f8 commit 3c09bfa

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
2424
with:
2525
fetch-tags: true
2626
persist-credentials: false
@@ -60,8 +60,7 @@ jobs:
6060
directory: ${{ github.workspace }}\MagickViewer\bin\Release\app.publish
6161
files: 'MagickViewer.application'
6262

63-
- name: Upload artifacts
64-
uses: actions/upload-artifact@v6
63+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f #v6.0.0
6564
with:
6665
name: MagickViewer
6766
path: MagickViewer\bin\Release\app.publish\**
@@ -72,14 +71,13 @@ jobs:
7271
needs: build
7372
if: needs.build.outputs.has-tag == 'true'
7473
steps:
75-
- name: Download artifacts
76-
uses: actions/download-artifact@v7
74+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 #v7.0.0
7775
with:
7876
name: MagickViewer
7977
path: MagickViewer
8078

8179
- name: Deploy to Azure Web App
82-
uses: azure/webapps-deploy@v3.0.6
80+
uses: azure/webapps-deploy@657f0700ea5214d56a0400d8ac5e8023c963d25d #3.0.6
8381
with:
8482
app-name: magickviewer
8583
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}

0 commit comments

Comments
 (0)