mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Bumps [spring-io/github-actions/.github/workflows/codeql-analysis.yml](https://github.com/spring-io/github-actions) from 6e66995f7d29de1e4ff76e4f0def7a10163fe910 to 7dc305df87410aa851b873d2f1fd33ccbb7d0aa8. - [Commits](https://github.com/spring-io/github-actions/compare/6e66995f7d29de1e4ff76e4f0def7a10163fe910...7dc305df87410aa851b873d2f1fd33ccbb7d0aa8) --- updated-dependencies: - dependency-name: spring-io/github-actions/.github/workflows/codeql-analysis.yml dependency-version: 7dc305df87410aa851b873d2f1fd33ccbb7d0aa8 dependency-type: direct:production ... See gh-49898 Signed-off-by: dependabot[bot] <support@github.com>
14 lines
322 B
YAML
14 lines
322 B
YAML
name: "Run CodeQL Analysis"
|
|
on:
|
|
push:
|
|
pull_request:
|
|
workflow_dispatch:
|
|
permissions: read-all
|
|
jobs:
|
|
run-analysis:
|
|
permissions:
|
|
actions: read
|
|
contents: read
|
|
security-events: write
|
|
uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@7dc305df87410aa851b873d2f1fd33ccbb7d0aa8
|