Skip to content

Commit

Permalink
Update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Feb 7, 2024
1 parent 473a0f2 commit ec6c686
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 16 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/announce-new-release-discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
release:
types:
- "published"
permissions: {}
jobs:
main:
name: "Main"
permissions: {}
runs-on: "ubuntu-latest"
steps:
- name: "Send Discord Webhook"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scan-virus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'}}"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
15 changes: 15 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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"
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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** |
|:-:|:-:|:-:|
Expand Down
15 changes: 7 additions & 8 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
>
Expand Down

0 comments on commit ec6c686

Please sign in to comment.