Skip to content

Commit

Permalink
build: Updates GitHub actions dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavofreze committed Jan 7, 2025
1 parent 0609e2e commit 68d2dfb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
name: Auto assign issues
name: Auto assign issues and pull requests

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Assign issues
uses: gustavofreze/auto-assign@1.0.0
- name: Assign issues and pull requests
uses: gustavofreze/auto-assign@1.1.4
with:
assignees: '${{ secrets.ASSIGNEES }}'
github_token: '${{ secrets.GITHUB_TOKEN }}'
allow_self_assign: 'true'
allow_no_assignees: 'true'
assignment_options: 'ISSUE'
assignment_options: 'ISSUE,PULL_REQUEST'
6 changes: 3 additions & 3 deletions .github/workflows/validate-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
issues: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check links
id: lychee
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v2.2.0
- name: Create issue
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v4
Expand All @@ -25,7 +25,7 @@ jobs:
content-filepath: ./lychee/out.md
- name: Assign issues and pull requests
if: env.lychee_exit_code != 0
uses: gustavofreze/auto-assign@1.0.0
uses: gustavofreze/auto-assign@1.1.4
with:
assignees: '${{ secrets.ASSIGNEES }}'
github_token: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Back-End Brasil
Copyright (c) 2018-2025 Back-End Brasil

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions cryptography/SOLUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Neste tópico, você encontrará uma lista de soluções para o desafio [Criptog
| `Java` | https://github.com/buildrun-tech/buildrun-desafio-backend-cryptography-solution |
| `Java` | https://github.com/gustavorsmedina/challenge-cryptography |
| `Java` | https://github.com/deiz0n/desafio-backend-criptografia |
| `NodeJS` | https://github.com/rof20004/api-criptografia |
| `NodeJS` | https://github.com/rms-diego/desafio-2-backend-br |
| `Ruby` | https://github.com/oransje/desafio-backend-br-criptografia |
| `Ruby` | https://github.com/b-sep/cripto |
| `NodeJS` | https://github.com/rof20004/api-criptografia |
| `NodeJS` | https://github.com/rms-diego/desafio-2-backend-br |

0 comments on commit 68d2dfb

Please sign in to comment.