Skip to content

Commit a74ba43

Browse files
chore(deps): update workflows
1 parent 108ddbc commit a74ba43

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: 'Upload to code-scanning'
71-
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
71+
uses: github/codeql-action/upload-sarif@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
7272
with:
7373
sarif_file: results.sarif

.github/workflows/semantic.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
persist-credentials: false
4646
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4747
with:
48-
python-version: '3.13'
48+
python-version: '3.14'
4949
- run: dpkg --version
5050
- run: python3 generators/generate-debian-versions.py
5151
- run: git status
@@ -77,7 +77,7 @@ jobs:
7777
persist-credentials: false
7878
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
7979
with:
80-
python-version: '3.13'
80+
python-version: '3.14'
8181
- run: sudo apt install rpm
8282
- run: rpm --version
8383
- run: python3 generators/generate-redhat-versions.py
@@ -122,7 +122,7 @@ jobs:
122122
persist-credentials: false
123123
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
124124
with:
125-
python-version: '3.13'
125+
python-version: '3.14'
126126
- name: setup dependencies
127127
run: pip install packaging==21.3
128128
- run: python3 generators/generate-pypi-versions.py
@@ -140,9 +140,9 @@ jobs:
140140
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
141141
with:
142142
persist-credentials: false
143-
- uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
143+
- uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
144144
with:
145-
ruby-version: '3.1'
145+
ruby-version: '3.4.7'
146146
- name: setup dependencies
147147
run: gem install rubyzip
148148
- run: ruby generators/generate-rubygems-versions.rb
@@ -186,7 +186,7 @@ jobs:
186186
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
187187
with:
188188
persist-credentials: false
189-
- uses: r-lib/actions/setup-r@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3
189+
- uses: r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
190190
with:
191191
r-version: '3.5.3'
192192
- run: Rscript generators/generate-cran-versions.R

0 commit comments

Comments
 (0)