Skip to content

Commit a3da3ec

Browse files
Merge branch 'main' into fix/codeql-action-sha
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
2 parents 00bc722 + 5e46401 commit a3da3ec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
# Initializes the CodeQL tools for scanning.
7474
- name: Initialize CodeQL
75-
uses: github/codeql-action/init@4187e74d05793876e9989daffde9c3e66b4acd07 # v3
75+
uses: github/codeql-action/init@29b1f65c1f735799893313399435a59f54045865 # v3
7676
with:
7777
languages: ${{ matrix.language }}
7878
build-mode: ${{ matrix.build-mode }}
@@ -101,6 +101,6 @@ jobs:
101101
exit 1
102102
103103
- name: Perform CodeQL Analysis
104-
uses: github/codeql-action/analyze@4187e74d05793876e9989daffde9c3e66b4acd07 # v3
104+
uses: github/codeql-action/analyze@29b1f65c1f735799893313399435a59f54045865 # v3
105105
with:
106106
category: "/language:${{matrix.language}}"

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ safe-brute-force/
5757
5858
**Before reporting**:
5959
1. Search existing issues
60-
2. Check if it's already fixed in `{{MAIN_BRANCH}}`
60+
2. Check if it's already fixed in `main`
6161
3. Determine which perimeter the bug affects
6262
6363
**When reporting**:

0 commit comments

Comments
 (0)