We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33efc17 commit 426a85dCopy full SHA for 426a85d
.github/workflows/build-and-deploy.yml
@@ -3,6 +3,8 @@ on:
3
push:
4
branches:
5
- main
6
+permissions:
7
+ contents: read
8
jobs:
9
build:
10
name: Build and deploy
.github/workflows/run-codeql-analysis.yml
@@ -0,0 +1,15 @@
1
+name: "Run CodeQL Analysis"
2
+on:
+ push:
+ pull_request:
+ workflow_dispatch:
+ schedule:
+ - cron: '45 0 * * 1'
+permissions: read-all
+jobs:
+ run-analysis:
11
+ permissions:
12
+ actions: read
13
14
+ security-events: write
15
+ uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@6e66995f7d29de1e4ff76e4f0def7a10163fe910
0 commit comments