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:
100100 permissions_monitoring_config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
101101 - id : setup-env
102102 uses : cisagov/setup-env-github-action@v1
103- - uses : actions/checkout@v4
103+ - uses : actions/checkout@v5
104104 - id : setup-python
105105 uses : actions/setup-python@v6
106106 with :
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 permissions_monitoring_config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
114114
115115 - name : Checkout repository
116- uses : actions/checkout@v4
116+ uses : actions/checkout@v5
117117
118118 # Initializes the CodeQL tools for scanning.
119119 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 8989 permissions_monitoring_config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
9090 - id : checkout-repo
9191 name : Checkout the repository
92- uses : actions/checkout@v4
92+ uses : actions/checkout@v5
9393 - id : dependency-review
9494 name : Review dependency changes for vulnerabilities and license changes
9595 uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 8484 # monitoring configuration *does not* require you to modify
8585 # this workflow.
8686 permissions_monitoring_config : ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
87- - uses : actions/checkout@v4
87+ - uses : actions/checkout@v5
8888 - name : Sync repository labels
8989 if : success()
9090 uses : crazy-max/ghaction-github-labeler@v5
You can’t perform that action at this time.
0 commit comments