Skip to content

Commit cf5348c

Browse files
Prachi Shivanand AnurePrachi Shivanand Anure
authored andcommitted
minor canges
1 parent 406067f commit cf5348c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
pull-requests: write # needed to comment on PRs
5353

5454
steps:
55+
- name: Checkout code
56+
uses: actions/checkout@v5
57+
with:
58+
fetch-depth: 0
59+
5560
- name: Install system dependencies (bc + docker)
5661
run: |
5762
sudo apt-get update -qq
@@ -105,6 +110,9 @@ jobs:
105110
APP_VERSION: 1.0.5
106111

107112
steps:
113+
- name: Checkout Code
114+
uses: actions/checkout@v5
115+
108116
- name: Initialize CodeQL
109117
uses: github/codeql-action/init@v3
110118
with:

0 commit comments

Comments
 (0)