From c1e65846fbed1e3a5d428282397886a62995f806 Mon Sep 17 00:00:00 2001 From: Arthri <41360489+a@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:14:57 +0000 Subject: [PATCH 1/4] Fix copyright name --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2a5f961..17cb21c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT No Attribution -Copyright 2023, 2024 Arthryxate +Copyright 2023, 2024 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 From a592153786a249b8b2e651db8315cdd694306f1f Mon Sep 17 00:00:00 2001 From: Arthri <41360489+a@users.noreply.github.com> Date: Wed, 9 Apr 2025 06:08:23 +0000 Subject: [PATCH 2/4] Explicitly specify permissions --- .github/workflows/i.yml | 2 ++ .github/workflows/run-check-eol.yml | 2 ++ LICENSE | 2 +- README.md | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/i.yml b/.github/workflows/i.yml index c49d2c6..240dc49 100644 --- a/.github/workflows/i.yml +++ b/.github/workflows/i.yml @@ -20,6 +20,8 @@ defaults: jobs: check-eol: runs-on: ubuntu-22.04 + permissions: + contents: read timeout-minutes: 1 steps: 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 17cb21c..2d26071 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT No Attribution -Copyright 2023, 2024 Arthri +Copyright 2023, 2024, 2025 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 From 4dfc86f25a33e3b6eaca91a9b1b6d7f750c1342a Mon Sep 17 00:00:00 2001 From: Arthri <41360489+a@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:02:07 +0000 Subject: [PATCH 3/4] Update copyright year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2d26071..ba61e5c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT No Attribution -Copyright 2023, 2024, 2025 Arthri +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 From 333530083aa562c8ef1785ad5db5de002e8a5ed2 Mon Sep 17 00:00:00 2001 From: Arthri <41360489+a@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:02:15 +0000 Subject: [PATCH 4/4] Update actions/checkout to v6 --- .github/workflows/i.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/i.yml b/.github/workflows/i.yml index 240dc49..56c4649 100644 --- a/.github/workflows/i.yml +++ b/.github/workflows/i.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ inputs.ref }}