There was an error while loading. Please reload this page.
2 parents 55ef5c1 + ce6f232 commit db1aa8fCopy full SHA for db1aa8f
2 files changed
.github/workflows/sync-cac-oscal.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
# Step 1: Set up Python 3
14
- name: Set up Python 3
15
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
16
with:
17
python-version: '3.9'
18
# Step 2: Install Git
.github/workflows/update-oscal.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Checkout
29
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
30
- name: Install Python
31
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
32
33
34
- name: Install python deps
0 commit comments