Skip to content

Commit

Permalink
Merge pull request #2746 from step-security-bot/stepsecurity_remediat…
Browse files Browse the repository at this point in the history
…ion_1729119248

[StepSecurity] ci: Harden GitHub Actions
  • Loading branch information
jandubois authored Oct 16, 2024
2 parents c8279f7 + 98bbc09 commit 536a954
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- cron: '33 19 * * 5'
workflow_dispatch:

permissions:
contents: read

jobs:
analyze:
name: Analyze (${{ matrix.language }})
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- 'master'
env:
GO111MODULE: on
permissions:
contents: read

jobs:
artifacts-darwin:
name: Artifacts Darwin
Expand Down

0 comments on commit 536a954

Please sign in to comment.