Skip to content

Commit b1f0863

Browse files
authored
revert to ubuntu-latest because of Docker usage (#349)
1 parent b2460fd commit b1f0863

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
publish:
8282
if: github.event_name == 'push'
8383
needs: tests
84-
runs-on: ubuntu-slim
84+
runs-on: ubuntu-latest # `pypa/gh-action-pypi-publish` needs Docker
8585
environment: release
8686
permissions:
8787
contents: write

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
release:
13-
runs-on: ubuntu-slim
13+
runs-on: ubuntu-latest # `pypa/gh-action-pypi-publish` needs Docker
1414
environment: release
1515
permissions:
1616
contents: write

.github/workflows/scorecards-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
analysis:
1414
name: Scorecards analysis
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-latest # `ossf/scorecard-action` needs Docker
1616
permissions:
1717
id-token: write
1818
security-events: write
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626
- name: "Run analysis"
2727
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
28-
with: # needs Docker
28+
with:
2929
results_file: results.sarif
3030
results_format: sarif
3131
repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}

0 commit comments

Comments
 (0)