Skip to content

Commit b8090ae

Browse files
committed
Update checkout
1 parent 7423666 commit b8090ae

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/new-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v3.0.2
25+
with:
26+
ref: main
2527

2628
# Import GPG key
2729
- name: Import GPG key

.github/workflows/powershell-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: PSScriptAnalyzer
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3.0.2
1616

1717
- name: Run PSScriptAnalyzer
1818
uses: microsoft/psscriptanalyzer-action@2044ae068e37d0161fa2127de04c19633882f061

.github/workflows/validate-scripts.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
# Steps represent a sequence of tasks that will be executed as part of the job
2727
steps:
2828
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v3.0.2
30+
with:
31+
ref: main
3032

3133
# Import GPG key
3234
- name: Import GPG key

win32/App.json

-1.28 KB
Binary file not shown.

0 commit comments

Comments
 (0)