diff --git a/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to .github/CODE_OF_CONDUCT.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/workflows/announce-new-release-discord.yml b/.github/workflows/announce-new-release-discord.yml index 91e7d4e..c1ad840 100644 --- a/.github/workflows/announce-new-release-discord.yml +++ b/.github/workflows/announce-new-release-discord.yml @@ -4,10 +4,10 @@ on: release: types: - "published" -permissions: {} jobs: main: name: "Main" + permissions: {} runs-on: "ubuntu-latest" steps: - name: "Send Discord Webhook" diff --git a/.github/workflows/scan-virus.yml b/.github/workflows/scan-virus.yml index 13ef8f6..2b2c176 100644 --- a/.github/workflows/scan-virus.yml +++ b/.github/workflows/scan-virus.yml @@ -35,11 +35,11 @@ on: options: - "False" - "True" -permissions: - contents: "read" jobs: main: name: "Main" + permissions: + contents: "read" uses: "hugoalh/hugoalh/.github/workflows/call-scan-virus-0.yml@main" with: git_integrate: "${{github.event.inputs.git_integrate || 'False'}}" diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index f81f1b7..52ea791 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -7,11 +7,11 @@ on: paths: - ".github/labels.yml" workflow_dispatch: -permissions: - contents: "read" - issues: "write" - pull-requests: "write" jobs: main: name: "Main" + permissions: + contents: "read" + issues: "write" + pull-requests: "write" uses: "hugoalh/hugoalh/.github/workflows/call-sync-labels-0.yml@main" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d3518f..2052a70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,7 @@ on: jobs: main: name: "${{matrix.os}} (Async: ${{matrix.operate_async}}; Sudo: ${{matrix.operate_sudo}})" + permissions: {} runs-on: "${{matrix.os}}" strategy: matrix: diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..7c5a108 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://citation-file-format.github.io/1.2.0/schema.json +cff-version: "1.2.0" +title: "Disk Space Optimizer (GitHub Action)" +message: "If you use this software, please cite it using the metadata from this file." +type: "software" +authors: + - name: "hugoalh" +repository-code: "https://github.com/hugoalh/disk-space-optimizer-ghaction" +keywords: + - "disk" + - "gh-action" + - "ghaction" + - "github-action" + - "optimize" +license: "MIT" diff --git a/README.md b/README.md index 7d42507..4aefbda 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ # Disk Space Optimizer (GitHub Action) [⚖ī¸ MIT](./LICENSE.md) -[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/hugoalh/disk-space-optimizer-ghaction?label=Grade&logo=codefactor&logoColor=ffffff&style=flat-square "CodeFactor Grade")](https://www.codefactor.io/repository/github/hugoalh/disk-space-optimizer-ghaction) | | **Release - Latest** | **Release - Pre** | |:-:|:-:|:-:| diff --git a/SECURITY.md b/SECURITY.md index 32741b1..0ce18e1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,19 +2,18 @@ ## Supported Versions -> | **Support** | **Legend** | **Description** | -> |:-:|:-:|:--| -> | ✔ī¸ | 🟤 | Pending / Pre Release / Unstable | -> | ✔ī¸ | đŸ”ĩ | Current Release | -> | ✔ī¸ | đŸŸĸ | Long Term Support | -> | ✔ī¸ | 🟠 | Maintenance | -> | ❌ | 🔴 | End of Life | +> | **Legend** | **Description** | +> |:-:|:--| +> | 🟤 | Pending / Pre Release / Unstable | +> | đŸ”ĩ | Current Release | +> | đŸŸĸ | Long Term Support | +> | 🟠 | Maintenance | +> | 🔴 | End Of Life / Not Supported | | **Versions** | **Status** | **đŸ”ĩ Date** | **đŸŸĸ Date** | **🔴 Date** | **Target - GitHub Actions Runner** | **Target - PowerShell** | |:-:|:-:|:-:|:-:|:-:|:-:|:-:| | v0.8.X | đŸ”ĩ | 2024-01-15 | *N/A* | *Unknown* | >= v2.311.0 | >= v7.2.0 | | v0.7.X | 🟠 | 2023-09-16 | *N/A* | 2024-04-15 | >= v2.308.0 | >= v7.2.0 | -| v0.6.X | 🔴 | 2023-08-26 | *N/A* | 2023-09-20 | >= v2.303.0 | >= v7.2.0 | > **ℹī¸ Notice:** >