File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 - main
66 workflow_dispatch :
77
8+ permissions : {}
9+
810jobs :
911 build-and-deploy :
1012 runs-on : ubuntu-latest
1113
1214 steps :
1315 - name : Checkout
14- uses : actions/checkout@v4
16+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1517
1618 - name : Set up JDK 17
17- uses : actions/setup-java@v4
19+ uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
1820 with :
1921 distribution : ' temurin'
2022 java-version : ' 17'
2426 ./mvnw -B generate-resources -Pantora
2527
2628 - name : Deploy
27- uses : JamesIves/github-pages-deploy-action@4.0 .0
29+ uses : JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8 .0
2830 with :
2931 branch : gh-pages
3032 folder : build/site
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2026 Robert Bosch Manufacturing Solutions GmbH, Germany. All rights reserved.
3+ #
4+ name : GitHub Actions SAST (zizmor)
5+
6+ on :
7+ pull_request :
8+ branches : [ main ]
9+ push :
10+ branches : [ main ]
11+
12+ permissions : {}
13+
14+ jobs :
15+ zizmor :
16+ runs-on : ubuntu-latest
17+ permissions :
18+ contents : read
19+
20+ steps :
21+ - name : Checkout repository
22+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+ with :
24+ persist-credentials : false
25+
26+ - name : Run zizmor (PR annotations)
27+ uses : zizmorcore/zizmor-action@e639db99335bc9038abc0e066dfcd72e23d26fb4 # v0.3.0
28+ with :
29+ advanced-security : false
30+ version : v1.22.0
31+ annotations : true
32+ persona : auditor
33+ min-severity : medium
You can’t perform that action at this time.
0 commit comments