Skip to content

Commit

Permalink
Update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Feb 8, 2024
1 parent da95fb1 commit 0c9b768
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 66 deletions.
File renamed without changes.
File renamed without changes.
31 changes: 8 additions & 23 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,28 @@
# yaml-language-server: $schema=./labels.schema.json
# yaml-language-server: $schema=https://hugoalh.github.io/schema/json/github-labels.json
- name: "Platform/Android"
color: "#3DDC84"
description: "Related to Android."
- name: "Platform/AssemblyScript"
color: "#007AAC"
description: "Related to AssemblyScript."
- name: "Platform/Bun"
color: "#F9F1E1"
description: "Related to Bun."
- name: "Platform/ClamAV"
color: "#B83033"
description: "Related to ClamAV."
- name: "Platform/CodeFactor"
color: "#F44A6A"
description: "Related to CodeFactor."
- name: "Platform/CodeQL"
color: "#FFFFFF"
description: "Related to CodeQL (previous LGTM)."
description: "Related to CodeQL."
- name: "Platform/Crowdin"
color: "#2E3340"
description: "Related to Crowdin."
- name: "Platform/CurseForge"
color: "#F16436"
description: "Related to CurseForge."
- name: "Platform/Deno"
color: "#000000"
description: "Related to Deno."
- name: "Platform/DenoNetwork"
color: "#000000"
description: "Related to Deno Deploy, Deno KV, or Deno Module Registry."
description: "Related to Deno Deploy, Deno KV, Deno Land, or Deno Module Registry."
- name: "Platform/Dependabot"
color: "#025E8C"
description: "Related to Dependabot."
Expand Down Expand Up @@ -65,9 +62,6 @@
- name: "Platform/JavaScript"
color: "#F7DF1E"
description: "Related to JavaScript."
- name: "Platform/Kaspersky"
color: "#006D5C"
description: "Related to Kaspersky."
- name: "Platform/Linux"
color: "#FCC624"
description: "Related to Linux."
Expand All @@ -94,13 +88,10 @@
description: "Related to Microsoft Edge."
- name: "Platform/Minecraft"
color: "#62B47A"
description: "Related to Minecraft (previous Minecraft Bedrock)."
description: "Related to Minecraft (Bedrock)."
- name: "Platform/MinecraftJava"
color: "#62B47A"
description: "Related to Minecraft Java (previous Minecraft)."
- name: "Platform/MongoDB"
color: "#47A248"
description: "Related to MongoDB."
description: "Related to Minecraft Java."
- name: "Platform/NodeJS"
color: "#339933"
description: "Related to NodeJS."
Expand All @@ -119,12 +110,6 @@
- name: "Platform/Python"
color: "#3776AB"
description: "Related to Python."
- name: "Platform/Replit"
color: "#F26207"
description: "Related to Replit."
- name: "Platform/ReplitDatabase"
color: "#F26207"
description: "Related to Replit Database."
- name: "Platform/Roblox"
color: "#000000"
description: "Related to Roblox."
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/announce-new-release-discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
release:
types:
- "published"
permissions: {}
jobs:
main:
name: "Main"
permissions: {}
runs-on: "ubuntu-latest"
steps:
- name: "Send Discord Webhook"
uses: "hugoalh/send-discord-webhook-ghaction@v6.0.0"
uses: "hugoalh/send-discord-webhook-ghaction@v6.0.1"
with:
key: "${{secrets.DISCORD_HXHS_PROJECTNEWRELEASEANNOUNCER_WEBHOOK}}"
embeds: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "CodeQL - Analysis"
name: "CodeQL Analysis"
on:
push:
branches:
Expand All @@ -13,10 +13,10 @@ on:
- "reopened"
- "synchronize"
workflow_dispatch:
permissions:
contents: "read"
security-events: "write"
jobs:
main:
name: "Main"
permissions:
contents: "read"
security-events: "write"
uses: "hugoalh/hugoalh/.github/workflows/call-codeql-analysis-0.yml@main"
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"
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Test - Build"
name: "Test Build"
on:
workflow_dispatch:
inputs:
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/test-debug.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Test - Package"
name: "Test Package"
on:
workflow_dispatch:
inputs:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Scan Virus (GitHub Action)

[⚖️ MIT](./LICENSE.md)
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/hugoalh/scan-virus-ghaction?label=Grade&logo=codefactor&logoColor=ffffff&style=flat-square "CodeFactor Grade")](https://www.codefactor.io/repository/github/hugoalh/scan-virus-ghaction)

| | **Release - Latest** | **Release - Pre** |
|:-:|:-:|:-:|
Expand Down
14 changes: 7 additions & 7 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## 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 - Docker** |
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
Expand Down

0 comments on commit 0c9b768

Please sign in to comment.