Skip to content

Commit d6852f3

Browse files
hyperpolymathhypatia-autofix
andcommitted
chore: hypatia auto-fix (3 formulaic fixes)
Applied by auto-fix-formulaic.sh: - SHA-pinned unpinned GitHub Actions - Added missing workflow permissions - Fixed license headers Co-Authored-By: hypatia-autofix <noreply@hyperpolymath.github.io>
1 parent 3add94a commit d6852f3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: CI
2+
permissions: read-all
23

34
on:
45
npermissions: read-all

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# For most projects, this workflow file will not need changing; you simply need
2+
permissions: read-all
23
# to commit it to your repository.
34
#
45
# You may wish to alter this file to override the set of languages analyzed,
@@ -59,7 +60,7 @@ jobs:
5960
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
6061
steps:
6162
- name: Checkout repository
62-
uses: actions/checkout@v4
63+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6364

6465
# Add any setup steps before running the `github/codeql-action/init` action.
6566
# This includes steps like installing compilers or runtimes (`actions/setup-node`

0 commit comments

Comments
 (0)