Skip to content

Commit cc4ce3b

Browse files
author
Dilan Bhalla
committed
minor fix
1 parent 6958dff commit cc4ce3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/microsoft-codeql-pack-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
outputs:
1313
codeql_version: ${{ steps.set_codeql_version.outputs.codeql_version }}
1414
steps:
15+
- name: Checkout repository
16+
uses: actions/checkout@v4
1517
- name: Set CodeQL Version
1618
id: set_codeql_version
1719
run: |
@@ -27,7 +29,7 @@ jobs:
2729
language: ['csharp', 'cpp', 'java', 'javascript', 'python', 'ruby', 'go', 'rust', 'swift', 'powershell']
2830
steps:
2931
- name: Checkout repository
30-
uses: actions/checkout@v2
32+
uses: actions/checkout@v4
3133
- name: Prepare Publish
3234
shell: bash
3335
run: |

0 commit comments

Comments
 (0)