diff --git a/.github/workflows/i.yml b/.github/workflows/i.yml index c49d2c6..56c4649 100644 --- a/.github/workflows/i.yml +++ b/.github/workflows/i.yml @@ -20,11 +20,13 @@ defaults: jobs: check-eol: runs-on: ubuntu-22.04 + permissions: + contents: read timeout-minutes: 1 steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ inputs.ref }} diff --git a/.github/workflows/run-check-eol.yml b/.github/workflows/run-check-eol.yml index 810e148..b661627 100644 --- a/.github/workflows/run-check-eol.yml +++ b/.github/workflows/run-check-eol.yml @@ -9,3 +9,5 @@ on: jobs: check-eol: uses: ./.github/workflows/i.yml + permissions: + contents: read diff --git a/LICENSE b/LICENSE index 2a5f961..ba61e5c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT No Attribution -Copyright 2023, 2024 Arthryxate +Copyright 2023, 2024, 2025, 2026 Arthri Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 4f1c81d..70cad5a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ on: jobs: check-eol: uses: Arthri/check-eol/.github/workflows/i.yml@v2 + permissions: + contents: read ``` ## Composite Action