Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ updates:
schedule:
interval: "monthly"
open-pull-requests-limit: 10
cooldown:
default-days: 7
semver-major-days: 30
semver-minor-days: 7
semver-patch-days: 3
groups:
actions:
patterns:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/citation_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
required: false
default: "5"

permissions: {}

jobs:
citation-bot:
runs-on: ubuntu-latest
Expand All @@ -20,6 +22,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false

- name: Set up Python
uses: actions/setup-python@v6
Expand All @@ -38,6 +42,8 @@ jobs:
private-key: ${{ secrets.APP_PRIVATE_KEY }}
owner: "usegalaxy-eu"
repositories: "galaxy-social"
permission-contents: write
permission-pull-requests: write

- name: Run python script
env:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/feed_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
required: false
type: boolean

permissions: {}

jobs:
feed-bot:
runs-on: ubuntu-latest
Expand All @@ -24,6 +26,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false

- name: Set up Python
uses: actions/setup-python@v6
Expand All @@ -42,6 +46,8 @@ jobs:
private-key: ${{ secrets.APP_PRIVATE_KEY }}
owner: "usegalaxy-eu"
repositories: "galaxy-social"
permission-contents: write
permission-pull-requests: write

- name: Run python script for RSS/Atom feeds
env:
Expand All @@ -65,6 +71,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false

- name: Keep the repository alive
run: |
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/youtube_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
required: false
default: "5"

permissions: {}

jobs:
youtube-bot:
runs-on: ubuntu-latest
Expand All @@ -20,6 +22,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false

- name: Set up Python
uses: actions/setup-python@v6
Expand All @@ -38,6 +42,8 @@ jobs:
private-key: ${{ secrets.APP_PRIVATE_KEY }}
owner: "usegalaxy-eu"
repositories: "galaxy-social"
permission-contents: write
permission-pull-requests: write

- name: Run python script
env:
Expand Down
31 changes: 31 additions & 0 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: GitHub Actions Security Analysis with zizmor

on:
push:
branches:
- main
paths:
- '.github/workflows/*'
pull_request:
paths:
- '.github/workflows/*'

permissions: {}

jobs:
zizmor:
name: Run zizmor
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
persist-credentials: false

- name: Run zizmor
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
with:
advanced-security: false
5 changes: 5 additions & 0 deletions zizmor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rules:
unpinned-uses:
config:
policies:
'*': ref-pin