File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v6.0.2
32+ - uses : actions/checkout@v6.0.3
3333 - name : Bandit Scan
3434 uses : shundor/python-bandit-scan@ab1d87dfccc5a0ffab88be3aaac6ffe35c10d6cd
3535 with : # optional arguments
Original file line number Diff line number Diff line change 1010 if : github.event.pull_request.head.repo.full_name == github.repository
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6.0.2
13+ - uses : actions/checkout@v6.0.3
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 3232 egress-policy : audit
3333
3434 - name : Checkout repository
35- uses : actions/checkout@v6.0.2
35+ uses : actions/checkout@v6.0.3
3636
3737 - name : Initialize CodeQL
3838 uses : github/codeql-action/init@v4.33.0
Original file line number Diff line number Diff line change 3232 egress-policy : audit
3333
3434 - name : Checkout repository
35- uses : actions/checkout@v6.0.2
35+ uses : actions/checkout@v6.0.3
3636
3737 - name : Initialize CodeQL
3838 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 2222 egress-policy : audit
2323
2424 - name : ' Checkout Repository'
25- uses : actions/checkout@v6.0.2
25+ uses : actions/checkout@v6.0.3
2626 - name : ' Dependency Review'
2727 uses : actions/dependency-review-action@v5.0.0
Original file line number Diff line number Diff line change 2929 egress-policy : audit
3030
3131 - name : Checkout repository
32- uses : actions/checkout@v6.0.2
32+ uses : actions/checkout@v6.0.3
3333 with :
3434 # We must fetch at least the immediate parents so that if this is
3535 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 2121 with :
2222 egress-policy : audit
2323
24- - uses : actions/checkout@v6.0.2
24+ - uses : actions/checkout@v6.0.3
2525 - name : Set up Python
2626 uses : actions/setup-python@v6.2.0
2727 with :
You can’t perform that action at this time.
0 commit comments