Skip to content

Commit

Permalink
Merge pull request #5478 from galaxyproject/kooka-triceratops
Browse files Browse the repository at this point in the history
improve security of some workflows
  • Loading branch information
hexylena authored Nov 5, 2024
2 parents 44402a4 + c653a6a commit 54bff7d
Show file tree
Hide file tree
Showing 23 changed files with 289 additions and 283 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
persist-credentials: false

- uses: reviewdog/action-setup@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
persist-credentials: false

# BEGIN Dependencies
- uses: actions/setup-python@v5
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cron-commit-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1000
persist-credentials: false

# BEGIN Dependencies
- uses: ruby/setup-ruby@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
# 3rd Qu.: 94.0
# Max. :282.0
fetch-depth: 400
persist-credentials: false

# BEGIN Dependencies
- uses: actions/setup-python@v5
Expand Down
253 changes: 0 additions & 253 deletions .github/workflows/docker-build.yaml

This file was deleted.

Loading

0 comments on commit 54bff7d

Please sign in to comment.