Skip to content

Commit f15e914

Browse files
committed
change label name to guard
1 parent 5f98add commit f15e914

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Upload Artifact
7373
uses: actions/upload-artifact@v4
7474
with:
75-
name: esapi-lex-${{ matrix.lucee.version }}
75+
name: guard-lex-${{ matrix.lucee.version }}
7676
path: target/*.lex
7777

7878
- name: Debug Matrix Values
@@ -97,7 +97,7 @@ jobs:
9797
luceeVersionQuery: ${{ matrix.lucee.query }}
9898
extensionDir: ${{ github.workspace }}/target
9999
env:
100-
testLabels: esapi
100+
testLabels: guard
101101
testAdditional: ${{ github.workspace }}/tests
102102
LUCEE_ADMIN_PASSWORD: admin
103103

tests/Canonicalize.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
component extends="org.lucee.cfml.test.LuceeTestCase" labels="esapi" {
1+
component extends="org.lucee.cfml.test.LuceeTestCase" labels="guard" {
22

33
function run( testResults , testBox ) {
44
describe( title = "Guard: Canonicalize", body = function() {

tests/ESAPIDecode.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
component extends="org.lucee.cfml.test.LuceeTestCase" labels="esapi" {
1+
component extends="org.lucee.cfml.test.LuceeTestCase" labels="guard" {
22
function run( testResults , testBox ) {
33
describe( "test case for guardDecode", function() {
44
it(title = "Checking guardDecode with decodeFrom='html'", body = function( currentSpec ) {

tests/LDEV4009.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
component extends="org.lucee.cfml.test.LuceeTestCase" labels="esapi" {
1+
component extends="org.lucee.cfml.test.LuceeTestCase" labels="guard" {
22

33
function run( testResults, testBox ) {
44
describe("Testcase for LDEV-4009", function() {

tests/LDEV4743.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
component extends="org.lucee.cfml.test.LuceeTestCase" labels="esapi" {
1+
component extends="org.lucee.cfml.test.LuceeTestCase" labels="guard" {
22
function run( testResults , testBox ) {
33
describe( title='Testcase for LDEV-4743' , body=function() {
44

tests/SanitizeHtml.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
component extends="org.lucee.cfml.test.LuceeTestCase" labels="esapi" {
1+
component extends="org.lucee.cfml.test.LuceeTestCase" labels="guard" {
22

33
function run( testResults , testBox ) {
44
describe( title = "Testcase for sanitizeHTML member function", body = function() {

0 commit comments

Comments
 (0)