File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
permissions_monitoring_config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
101
101
- id : setup-env
102
102
uses : cisagov/setup-env-github-action@v1
103
- - uses : actions/checkout@v4
103
+ - uses : actions/checkout@v5
104
104
- id : setup-python
105
105
uses : actions/setup-python@v6
106
106
with :
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
permissions_monitoring_config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
114
114
115
115
- name : Checkout repository
116
- uses : actions/checkout@v4
116
+ uses : actions/checkout@v5
117
117
118
118
# Initializes the CodeQL tools for scanning.
119
119
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 89
89
permissions_monitoring_config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
90
90
- id : checkout-repo
91
91
name : Checkout the repository
92
- uses : actions/checkout@v4
92
+ uses : actions/checkout@v5
93
93
- id : dependency-review
94
94
name : Review dependency changes for vulnerabilities and license changes
95
95
uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 84
84
# monitoring configuration *does not* require you to modify
85
85
# this workflow.
86
86
permissions_monitoring_config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
87
- - uses : actions/checkout@v4
87
+ - uses : actions/checkout@v5
88
88
- name : Sync repository labels
89
89
if : success()
90
90
uses : crazy-max/ghaction-github-labeler@v5
You can’t perform that action at this time.
0 commit comments