Skip to content

Commit db1aa8f

Browse files
authored
Merge pull request #13863 from ComplianceAsCode/dependabot/github_actions/actions/setup-python-6.0.0
Bump actions/setup-python from 5.6.0 to 6.0.0
2 parents 55ef5c1 + ce6f232 commit db1aa8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-cac-oscal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
# Step 1: Set up Python 3
1414
- name: Set up Python 3
15-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
15+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1616
with:
1717
python-version: '3.9'
1818
# Step 2: Install Git

.github/workflows/update-oscal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
3030
- name: Install Python
31-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
31+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
3232
with:
3333
python-version: '3.9'
3434
- name: Install python deps

0 commit comments

Comments
 (0)